Overload | Description |
---|---|
NSnapshotIterator<T> Constructor(INIterator<T>) | Creates an iterator that snapshots the remaining items of the specified iterator |
NSnapshotIterator<T> Constructor(INSet<T>) | Creates an iterator that snapshots the items of the specified set |